FlexGrid for WinForms
GroupDescription コンストラクタ(String,Nullable<ListSortDirection>)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > GroupDescription クラス > GroupDescription コンストラクタ : GroupDescription コンストラクタ(String,Nullable<ListSortDirection>)
グループ化の基準にするプロパティの名前。
グループ内に適用するソート方向。デフォルトは Ascending ですが、 このプロパティでグループ化はするがソートはしない場合は、null に設定できます。
GroupDescription の新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal propertyName As System.String, _
   ByVal sortDirection As System.Nullable(Of ListSortDirection) _
)
public GroupDescription( 
   System.string propertyName,
   System.Nullable<ListSortDirection> sortDirection
)

パラメータ

propertyName
グループ化の基準にするプロパティの名前。
sortDirection
グループ内に適用するソート方向。デフォルトは Ascending ですが、 このプロパティでグループ化はするがソートはしない場合は、null に設定できます。
参照

GroupDescription クラス
GroupDescription メンバ
オーバーロード一覧